We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deae66e commit f88696fCopy full SHA for f88696f
.github/workflows/early_integration.yaml
@@ -191,7 +191,7 @@ jobs:
191
cmake --build build
192
if [ 'xcpu' = 'x${{matrix.backend.name}}' ]
193
then
194
- ctest --test-dir build --output-on-failure --timeout 10 --output-junit tests.xml
+ ctest --test-dir build --output-on-failure --timeout 20 --output-junit tests.xml
195
./build/examples/characteristics_advection
196
./build/examples/game_of_life
197
./build/examples/heat_equation_spectral
0 commit comments