Skip to content
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.

Commit

Permalink
Increase timeout in test_simulation_context
Browse files Browse the repository at this point in the history
  • Loading branch information
sondreso committed Sep 24, 2020
1 parent d4d30ad commit 464eff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tests/res/simulator/test_simulation_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def test_simulation_context(self):

wait_until(
func=(lambda: self.assertFalse(simulation_context1.isRunning() or simulation_context2.isRunning())),
timeout=60
timeout=90
)

self.assertEqual(simulation_context1.getNumFailed(), 0)
Expand Down

0 comments on commit 464eff3

Please sign in to comment.