Skip to content

Commit

Permalink
test(sim): extend timeouts for simulation tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Unique-Divine committed Apr 22, 2024
1 parent 619bd29 commit f228e6d
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions contrib/make/simulation.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ test-sim-nondeterminism:
-BlockSize=200 \
-Commit=true \
-Period=0 \
-Verbose=true
-Verbose=true \
-timeout 30m

.PHONY: test-sim-default-genesis-fast
test-sim-default-genesis-fast:
Expand All @@ -24,7 +25,8 @@ test-sim-default-genesis-fast:
-BlockSize=200 \
-Commit=true \
-Seed=99 \
-Period=0
-Period=0 \
-timeout 30m

.PHONY: test-sim-import-export
test-sim-import-export:
Expand All @@ -36,7 +38,8 @@ test-sim-import-export:
-NumBlocks=100 \
-Commit=true \
-Seed=99 \
-Period=5
-Period=5 \
-timeout 30m

.PHONY: test-sim-after-import
test-sim-after-import:
Expand All @@ -48,4 +51,5 @@ test-sim-after-import:
-NumBlocks=50 \
-Commit=true \
-Seed=99 \
-Period=5
-Period=5 \
-timeout 30m

0 comments on commit f228e6d

Please sign in to comment.