Skip to content

Commit c524383

Browse files
fix: Increase timeout for chrome workflow.
1 parent cf64111 commit c524383

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/chrome.workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
run: dart pub get
3838

3939
- name: Test chrome
40-
run: dart test -j 1 -p chrome
40+
run: dart test --timeout 2x -j 1 -p chrome

0 commit comments

Comments
 (0)