chore: increase response delay in GCP NetworkChecker test to help with flakiness (#2701)
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user