Skip to content

Commit

Permalink
Make test more stable
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorjerse committed Jan 22, 2025
1 parent ae544bd commit 5384f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resolwe/flow/tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def retry_fail():
retry_fail()
end = time()
self.assertGreater(end - start, 0.14)
self.assertLess(end - start, 0.2)
self.assertLess(end - start, 0.2 + 0.1)
self.assertEqual(self.count, 5)
expected_logger_output = [
"ERROR:resolwe.flow.tests.test_utils:Retry 1/5 got exception, will retry in 0.01 seconds.\nTraceback",
Expand Down

0 comments on commit 5384f14

Please sign in to comment.