8000 Disable parallel_tests CI dots for RSpec too (#5848) · activeadmin/activeadmin@01fefa1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 01fefa1

Browse files
deivid-rodriguezjavierjulio
authored andcommitted
Disable parallel_tests CI dots for RSpec too (#5848)
The jruby hang is happening there too.
1 parent f37f506 commit 01fefa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ version: 2.1
9090
run:
9191
name: Run RSpec tests
9292
command: |
93-
COVERAGE=true PARALLEL_TEST_PROCESSORS=4 bin/parallel_rspec spec/
93+
COVERAGE=true PARALLEL_TEST_PROCESSORS=4 PARALLEL_TEST_HEARTBEAT_INTERVAL=3600 bin/parallel_rspec spec/
9494
COVERAGE=true RSPEC_FILESYSTEM_CHANGES=true bin/rspec
9595
9696
.run_features: &run_features

0 commit comments

Comments
 (0)
0