Skip to content

Commit 233df4c

Browse files
committed
Extend a timeout
1 parent 4608228 commit 233df4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/dartdoc_integration_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ void main() {
229229

230230
File outFile = File(path.join(tempDir.path, 'index.html'));
231231
expect(outFile.readAsStringSync(), contains('footer text include'));
232-
});
232+
}, timeout: Timeout.factor(2));
233233

234234
test('--footer-text excludes version', () async {
235235
String _testPackagePath =

0 commit comments

Comments
 (0)