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 4bb9d36 commit 6cee315Copy full SHA for 6cee315
test/dartdoc_integration_test.dart
@@ -248,5 +248,5 @@ void main() {
248
RegExp version = RegExp(r'(\d+\.)?(\d+\.)?(\*|\d+)');
249
expect(version.hasMatch(m.group(0)), false);
250
});
251
- }, timeout: Timeout.factor(4));
+ }, timeout: Timeout.factor(8));
252
}
0 commit comments