We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 961d0e4 commit b40bab1Copy full SHA for b40bab1
.github/workflows/all-test.yml
@@ -115,7 +115,7 @@ jobs:
115
run: |
116
if [[ "${{ matrix.package }}" == "pub_integration" ]]; then
117
dart tool/trigger_puppeteer_download.dart
118
- dart test -j 1 --run-skipped
+ dart test -j 2 --run-skipped
119
else
120
dart test --run-skipped
121
fi
pkg/pub_integration/lib/src/fake_test_context_provider.dart
@@ -17,7 +17,7 @@ import 'test_browser.dart';
17
import 'test_scenario.dart';
18
19
/// The timeout factor that should be used in integration tests.
20
-final testTimeoutFactor = 6;
+final testTimeoutFactor = 8;
21
22
class TestContextProvider {
23
final String pubHostedUrl;
0 commit comments