Skip to content

Commit

Permalink
chore: increase response delay in GCP NetworkChecker test to help wit…
Browse files Browse the repository at this point in the history
…h flakiness (#2701)
  • Loading branch information
bryanoltman authored Dec 17, 2024
1 parent 5c9dc6b commit 831faeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shorebird_cli/test/src/network_checker_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ void main() {
const downloadTimeout = Duration(milliseconds: 1);
// Make this a healthy multiple of the upload timeout to avoid flakiness
// on slow (read: Windows) CI machines.
final responseTime = downloadTimeout * 5;
final responseTime = downloadTimeout * 100;
setUp(() {
when(
() => artifactManager.downloadFile(
Expand Down

0 comments on commit 831faeb

Please sign in to comment.