Skip to content

Commit

Permalink
Add timeout to test
Browse files Browse the repository at this point in the history
  • Loading branch information
sverhoeven committed Oct 25, 2023
1 parent a54c731 commit c6bddde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_subproc.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
def make_bmi_classes(init=False):
numpy.random.seed(0)
os.environ["PYTHONPATH"] = os.path.dirname(os.path.abspath(__file__))
client = BmiClientSubProcess("heat.BmiHeat")
client = BmiClientSubProcess("heat.BmiHeat", timeout=10)
local = BmiHeat()
if init:
client.initialize(None)
Expand Down

0 comments on commit c6bddde

Please sign in to comment.