Skip to content

Commit

Permalink
Testing, a bit more time to wait for server
Browse files Browse the repository at this point in the history
  • Loading branch information
nsubiron committed Nov 10, 2017
1 parent 718dad5 commit 63ede8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Util/TestingClient/test/test_suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def do_the_tests(args):
for test in tests:
if succeeded or failed:
logging.info('waiting for the server to be ready again')
time.sleep(6)
time.sleep(7)
if run_test(test, args):
succeeded.append(test)
else:
Expand Down

0 comments on commit 63ede8f

Please # to comment.