Skip to content

Commit e680d4d

Browse files
jakemac53natebosch
authored andcommitted
increase timeouts for integration tests for dart 2 default (#1601)
1 parent 70ca4e3 commit e680d4d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

_test/dart_test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
timeout: 4x
1+
timeout: 16x
22
# These test suites must not run in parallel, they modify actual sources in the
33
# package.
44
concurrency: 1

build_runner/dart_test.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
tags:
2+
integration:
3+
timeout: 16x

0 commit comments

Comments
 (0)