chore: increase response delay in GCP NetworkChecker test to help with flakiness (#2701)

This commit is contained in:
Bryan Oltman
2024-12-17 14:53:47 -05:00
committed by GitHub
parent 5c9dc6bd8e
commit 831faebef3
@@ -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(