Skip to content

Commit

Permalink
try increasing the sleep time for testPostProcessingSubmit
Browse files Browse the repository at this point in the history
  • Loading branch information
backmari committed Aug 26, 2024
1 parent 9965855 commit 80127fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_SubmitPostprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def testPostProcessingSubmit(self):
# POSTPROCESS.DATA_READY, should add 6 new RunStatus
self.send_request("POSTPROCESS.DATA_READY", RUN_NUMBER_GOOD, requestType="submit")

time.sleep(0.1)
time.sleep(0.5)
new_status_count = self.get_status_count(RUN_NUMBER_GOOD)
assert new_status_count - status_count == 10

Expand Down

0 comments on commit 80127fe

Please sign in to comment.