Skip to content

Commit aede98c

Browse files
authored
chore: increase the wrapper_tests workflow timeout (#32123)
1 parent 15f45cd commit aede98c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wrapper_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515
jobs:
1616
build:
1717
runs-on: devextreme-shr2
18-
timeout-minutes: 15
18+
timeout-minutes: 30
1919

2020
steps:
2121
- name: Get sources
@@ -105,7 +105,7 @@ jobs:
105105
fi
106106
107107
test:
108-
timeout-minutes: 20
108+
timeout-minutes: 30
109109
needs: build
110110
runs-on: devextreme-shr2
111111
strategy:

0 commit comments

Comments
 (0)