From 6f3e689eebb467793247e0693467647a8daed9e9 Mon Sep 17 00:00:00 2001 From: "Gregory Mullen (grayhatter)" Date: Tue, 12 Jul 2016 12:32:35 -0700 Subject: Fix a few issues with running Toxcore tests on Travis-CI > increased the timeout for TCP tests because per @irungentoo the network on Travis-CI can be slow sometimes > allowed groupchats test to restart on error until timeout This had to be done because current groupchats are fundamentally broken and 3/5 times they'll 'net-split' on connect >> Drop group chat tests, add comment to the reason > added some debugging information to TCP tests, and a #define to force IPV6 (Travis-CI only uses IPv4 on their containers) and decreased the itr interval > Went crazy with timeouts for Tox network stuff on Travis. Tests on TCP will still randomly fail due to timeouts. I can't reproduce on any local system. So again per @irungentoo, Travis is slow, let's offer it a short bus. --- other/apidsl/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'other/apidsl') diff --git a/other/apidsl/README.md b/other/apidsl/README.md index 3c194df5..3ba44678 100644 --- a/other/apidsl/README.md +++ b/other/apidsl/README.md @@ -19,7 +19,7 @@ If you want to do it quickly and you don't have time for anything other than cop Command to run from ``toxcore`` directory (quick way, involves using curl): ```bash rm toxcore/tox.h && \ -( curl -X POST --data-binary @- https://criticism.herokuapp.com/apidsl < ./other/apidsl/tox.in.h > ./toxcore/tox.h ) && \ +( curl -X POST --data-binary @- https://apidsl.herokuapp.com/apidsl < ./other/apidsl/tox.in.h > ./toxcore/tox.h ) && \ astyle --options=./other/astyle/astylerc ./toxcore/tox.h ``` @@ -46,4 +46,4 @@ If you prefer to have more control over what is happening, there are steps below astyle --options=./other/astyle/astylerc ./toxcore/tox.h ``` -**Always pass output from ``apidsl`` through astyle.** \ No newline at end of file +**Always pass output from ``apidsl`` through astyle.** -- cgit v1.2.3