Skip to content

Commit b40bab1

Browse files
committed
-j2 experiment
1 parent 961d0e4 commit b40bab1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/all-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
run: |
116116
if [[ "${{ matrix.package }}" == "pub_integration" ]]; then
117117
dart tool/trigger_puppeteer_download.dart
118-
dart test -j 1 --run-skipped
118+
dart test -j 2 --run-skipped
119119
else
120120
dart test --run-skipped
121121
fi

pkg/pub_integration/lib/src/fake_test_context_provider.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import 'test_browser.dart';
1717
import 'test_scenario.dart';
1818

1919
/// The timeout factor that should be used in integration tests.
20-
final testTimeoutFactor = 6;
20+
final testTimeoutFactor = 8;
2121

2222
class TestContextProvider {
2323
final String pubHostedUrl;

0 commit comments

Comments
 (0)