Skip to content

Commit

Permalink
try to fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
vaind committed Dec 16, 2024
1 parent b7bc970 commit 2691fdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flutter/test/replay/scheduled_recorder_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ class _Fixture {
_tester.binding.scheduleFrame();
await _tester.pumpAndSettle(const Duration(seconds: 1));
await _tester.idle();
await _completer.future
.timeout(const Duration(seconds: 1),
await _completer.future.timeout(
const Duration(milliseconds: bool.hasEnvironment('CI') ? 10000 : 100),
onTimeout: imageIsExpected ? null : () {});
}
}

0 comments on commit 2691fdb

Please sign in to comment.