Skip to content

Commit 2c11ca2

Browse files
committed
Added timeout again to see if build passes
Signed-off-by: Konstantinos <konstantinos.kitsios@uzh.ch>
1 parent 96f412d commit 2c11ca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI-mingw.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
runs-on: ${{ matrix.os }}
3232

33-
#timeout-minutes: 19 # max + 3*std of the last 7K runs
33+
timeout-minutes: 19 # max + 3*std of the last 7K runs
3434

3535
steps:
3636
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)