Skip to content

Commit c48be50

Browse files
committed
test: change timeout flag to --ignore-timeouts in integration test runner
1 parent 95d7e1a commit c48be50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mobile-app/integration_test_runner.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ brew install applesimutils
118118
'test',
119119
'--no-pub',
120120
'--reporter=expanded',
121-
'--timeout=1800s',
121+
'--ignore-timeouts',
122122
if (isMacOS) ...[
123123
'-d',
124124
bootedDeviceId,

0 commit comments

Comments
 (0)