Skip to content

Commit 95d7e1a

Browse files
committed
fix: increase timeout duration for integration tests
1 parent cf12088 commit 95d7e1a

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-
'--ignore-timeouts',
121+
'--timeout=1800s',
122122
if (isMacOS) ...[
123123
'-d',
124124
bootedDeviceId,

0 commit comments

Comments
 (0)