Skip to content

Commit aa60eda

Browse files
committed
Extend timeouts to make travis happier
1 parent 75b3702 commit aa60eda

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)