Skip to content

Commit 6cee315

Browse files
authored
Extend timeouts to make travis happier (#2055)
1 parent 4bb9d36 commit 6cee315

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
@@ -248,5 +248,5 @@ void main() {
248248
RegExp version = RegExp(r'(\d+\.)?(\d+\.)?(\*|\d+)');
249249
expect(version.hasMatch(m.group(0)), false);
250250
});
251-
}, timeout: Timeout.factor(4));
251+
}, timeout: Timeout.factor(8));
252252
}

0 commit comments

Comments
 (0)