Skip to content

Commit

Permalink
Merge pull request Ericsson#1685 from bruntib/fasten_tests
Browse files Browse the repository at this point in the history
Fasten tests
  • Loading branch information
whisperity authored Jul 19, 2018
2 parents 8cc87e5 + 5f3a259 commit e07b46e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/libtest/codechecker.py
Original file line number Diff line number Diff line change
Expand Up @@ -407,10 +407,10 @@ def start_or_get_server():
'viewer_product': 'Default'},
default_path)

# Wait for server to start and connect to database.
# We give a bit of grace period here as a separate subcommand needs to
# attach.
time.sleep(10)
# Wait for server to start and connect to database.
# We give a bit of grace period here as a separate subcommand needs to
# attach.
time.sleep(10)

return {
'viewer_host': 'localhost',
Expand Down

0 comments on commit e07b46e

Please sign in to comment.