Skip to content

Commit

Permalink
Fixed race condition in log match
Browse files Browse the repository at this point in the history
  • Loading branch information
latha-subramanian committed Apr 23, 2018
1 parent f626203 commit 81ecd25
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/tests/functional/pbs_periodic_constant.py
Expand Up @@ -63,5 +63,4 @@ def test_periodic_constant_via_server_log(self):
overwrite=True)
self.assertTrue(retval)

self.server.log_match("This hook is using pbs.PERIODIC",
max_attempts=10)
self.server.log_match("This hook is using pbs.PERIODIC")

0 comments on commit 81ecd25

Please sign in to comment.