Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d345f20

Browse files
committed
sleep before webui phantomjs test
1 parent e781ede commit d345f20

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
language: python
2+
cache:
3+
- pip
4+
- apt
25
python:
36
- "2.6"
47
- "2.7"

tests/test_webui.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,7 @@ def test_x50_tasks(self):
471471
class TestWebUIwithPhantomjs(unittest.TestCase):
472472
@classmethod
473473
def setUpClass(self):
474+
time.sleep(3)
474475
shutil.rmtree('./data/tests', ignore_errors=True)
475476
os.makedirs('./data/tests')
476477
cmd = [sys.executable]

0 commit comments

Comments
 (0)