Skip to content

Commit f88696f

Browse files
authored
Update early integration timeout (#939)
1 parent deae66e commit f88696f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/early_integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ jobs:
191191
cmake --build build
192192
if [ 'xcpu' = 'x${{matrix.backend.name}}' ]
193193
then
194-
ctest --test-dir build --output-on-failure --timeout 10 --output-junit tests.xml
194+
ctest --test-dir build --output-on-failure --timeout 20 --output-junit tests.xml
195195
./build/examples/characteristics_advection
196196
./build/examples/game_of_life
197197
./build/examples/heat_equation_spectral

0 commit comments

Comments
 (0)