Skip to content

Commit d415ecc

Browse files
committed
INcreased timeout
1 parent ee996d5 commit d415ecc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/benchmarks.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
working-directory: build
6868
run: cmake --build . --target benchmark_xtensor --parallel 8
6969

70-
- name: Run tests
70+
- name: Run benchmark
71+
timeout-minutes: 10 # Consider increasing timeout
7172
working-directory: build/benchmark
7273
run: ./benchmark_xtensor

0 commit comments

Comments
 (0)