From c055feeb0c3293d810396ddb6980e2947153bdf8 Mon Sep 17 00:00:00 2001 From: clowwindy Date: Sat, 17 May 2014 15:16:58 +0800 Subject: [PATCH] add test for workers --- .travis.yml | 1 - test.py | 1 - 2 files changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8eefa12..d06795c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,4 +10,3 @@ script: - python test.py -c test/table.json - python test.py -c test/aes.json - python test.py -c test/salsa20.json - - python test.py -c test/workers.json diff --git a/test.py b/test.py index 8d3179e..82cbb58 100755 --- a/test.py +++ b/test.py @@ -106,7 +106,6 @@ try: ready_count += 1 if ready_count == 2 and p3 is None: - time.sleep(3) p3 = Popen(['curl', 'http://www.example.com/', '-v', '-L', '--socks5-hostname', '127.0.0.1:1080'], shell=False, bufsize=0, close_fds=True)