Skip to content

Commit 1698751

Browse files
authored
Extend timeouts to resolve flakiness on macs, windows bots (#2177)
1 parent db5fe1c commit 1698751

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/dartdoc_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,5 +435,5 @@ void main() {
435435
startsWith('Unsupported output format'));
436436
}
437437
});
438-
}, timeout: Timeout.factor(8));
438+
}, timeout: Timeout.factor(12));
439439
}

test/model_special_cases_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,5 +586,5 @@ void main() {
586586
'parameters. FormatException: Could not find an option named "name".'),
587587
isTrue);
588588
});
589-
});
589+
}, timeout: Timeout.factor(2));
590590
}

0 commit comments

Comments
 (0)