Skip to content

Commit 0bcf0d8

Browse files
committed
editing the workflow
1 parent 3d891cf commit 0bcf0d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ios_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
flutter run -d "iPhone 15 Pro Max" --debug &
2525
FLUTTER_PID=$!
26-
sleep 300
26+
sleep 600
2727
pkill -P $FLUTTER_PID
2828
2929

0 commit comments

Comments
 (0)