Skip to content

Commit 32bb0c9

Browse files
committed
cost: Reduce duration of randomized tests
1 parent fbb5825 commit 32bb0c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/continue_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2116,7 +2116,7 @@ jobs:
21162116
command: make -C tests/randomized library.local
21172117
- run:
21182118
name: Generate scenarios
2119-
command: make -C tests/randomized generate PLATFORMS=$RANDOMIZED_RESTRICT_PLATFORMS
2119+
command: make -C tests/randomized generate PLATFORMS=$RANDOMIZED_RESTRICT_PLATFORMS NUMBER_OF_SCENARIOS=4
21202120
- run:
21212121
name: Execute tests
21222122
command: make -C tests/randomized test CONCURRENT_JOBS=2 DURATION=1m30s

0 commit comments

Comments
 (0)