Skip to content

Commit f228e6d

Browse files
committed
test(sim): extend timeouts for simulation tests
1 parent 619bd29 commit f228e6d

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

contrib/make/simulation.mk

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ test-sim-nondeterminism:
1111
-BlockSize=200 \
1212
-Commit=true \
1313
-Period=0 \
14-
-Verbose=true
14+
-Verbose=true \
15+
-timeout 30m
1516

1617
.PHONY: test-sim-default-genesis-fast
1718
test-sim-default-genesis-fast:
@@ -24,7 +25,8 @@ test-sim-default-genesis-fast:
2425
-BlockSize=200 \
2526
-Commit=true \
2627
-Seed=99 \
27-
-Period=0
28+
-Period=0 \
29+
-timeout 30m
2830

2931
.PHONY: test-sim-import-export
3032
test-sim-import-export:
@@ -36,7 +38,8 @@ test-sim-import-export:
3638
-NumBlocks=100 \
3739
-Commit=true \
3840
-Seed=99 \
39-
-Period=5
41+
-Period=5 \
42+
-timeout 30m
4043

4144
.PHONY: test-sim-after-import
4245
test-sim-after-import:
@@ -48,4 +51,5 @@ test-sim-after-import:
4851
-NumBlocks=50 \
4952
-Commit=true \
5053
-Seed=99 \
51-
-Period=5
54+
-Period=5 \
55+
-timeout 30m

0 commit comments

Comments
 (0)