Skip to content

Commit

Permalink
[ci] Update .scene-tests to add timout to non reduced scenes (#128)
Browse files Browse the repository at this point in the history
* Update .scene-tests

* Update .scene-tests
  • Loading branch information
epernod authored May 31, 2024
1 parent bac8093 commit 84c59f5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/.scene-tests
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ timeout "organs/liver/liverFine.pyscn" "120"
iterations "organs/liver/liverFineHyperElastic.pyscn" "10"
timeout "organs/liver/liverFineHyperElastic.pyscn" "120"

iterations "organs/liver.liverFine_rotationalActuation.py" "10"
timeout "organs/liver.liverFine_rotationalActuation.py" "120"
iterations "organs/liver/liverFine_rotationalActuation.py" "10"
timeout "organs/liver/liverFine_rotationalActuation.py" "120"

iterations "organs/liver.liverFine_gravity.py" "10"
timeout "organs/liver.liverFine_gravity.py" "120"
iterations "organs/liver/liverFine_gravity.py" "10"
timeout "organs/liver/liverFine_gravity.py" "120"


# Others
Expand Down

0 comments on commit 84c59f5

Please sign in to comment.