Skip to content

Commit

Permalink
Increase timeout for test_runner in simulation
Browse files Browse the repository at this point in the history
  • Loading branch information
alees24 committed Oct 24, 2024
1 parent 03f280e commit 5f43a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/tests.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ in {
doCheck = true;
buildInputs = [sonata-simulator pythonEnv];
checkPhase = ''
python ${../util/test_runner.py} -t 60 sim \
python ${../util/test_runner.py} -t 120 sim \
--elf-file ${sonata-system-software}/bin/test_runner
echo "Test runner complete!"
python ${../util/test_runner.py} -t 600 sim \
Expand Down

0 comments on commit 5f43a61

Please sign in to comment.