Skip to content

Commit

Permalink
increase timesout for GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sapetnioc committed Nov 13, 2023
1 parent 238fa1f commit 88ac90a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions capsul/test/test_tiny_morphologist.py
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ def test_tiny_path_generation(self):
self.assertEqual(params, expected[normalization])

with self.capsul.engine() as engine:
status = engine.run(tiny_morphologist, timeout=5)
status = engine.run(tiny_morphologist, timeout=30)
self.assertEqual(status, "ended")

def test_tiny_morphologist_iteration(self):
Expand Down Expand Up @@ -910,7 +910,7 @@ def test_tiny_morphologist_iteration(self):
)

with self.capsul.engine() as engine:
status = engine.run(tiny_morphologist_iteration, timeout=10)
status = engine.run(tiny_morphologist_iteration, timeout=30)

self.assertEqual(status, "ended")

Expand Down

0 comments on commit 88ac90a

Please sign in to comment.