Skip to content

Commit

Permalink
set nextest timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
ryankurte committed Aug 8, 2024
1 parent bbf02ac commit 247e723
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .config/nextest.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[profile.default]
slow-timeout = { period = "20s", terminate-after = 3 }
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ core-test:
cargo nextest run --package ledger-mob-core

nanosplus-test: nanosplus
MODEL=nanosp cargo nextest run --package ledger-mob $(NANOSP_ARGS)
MODEL=nanosplus cargo nextest run --package ledger-mob $(NANOSP_ARGS)

nanox-test: nanox
MODEL=nanox cargo nextest run --package ledger-mob
Expand Down

0 comments on commit 247e723

Please sign in to comment.