File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff 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
1718test-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
3032test-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
4245test-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
You can’t perform that action at this time.
0 commit comments