Skip to content

Commit 9aaa8cd

Browse files
committed
Increase timeout
1 parent fa54970 commit 9aaa8cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
test:
1616
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ matrix.memory_backend }} - PoCL ${{ matrix.pocl }}
1717
runs-on: ${{ matrix.os }}
18-
timeout-minutes: 60
18+
timeout-minutes: 180
1919
permissions: # needed to allow julia-actions/cache to proactively delete old caches that it has created
2020
actions: write
2121
contents: read

0 commit comments

Comments
 (0)