We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dad2634 commit 281e3e4Copy full SHA for 281e3e4
.github/workflows/cmake.yml
.github/workflows/multi_device.yml
@@ -62,4 +62,4 @@ jobs:
62
63
- name: Test adapters
64
working-directory: ${{github.workspace}}/build
65
- run: env UR_CTS_ADAPTER_PLATFORM="${{matrix.adapter.platform}}" ctest -C ${{matrix.build_type}} --output-on-failure -L "conformance" -E "exp_command_buffer" --timeout 180
+ run: env UR_CTS_ADAPTER_PLATFORM="${{matrix.adapter.platform}}" ctest -C ${{matrix.build_type}} --output-on-failure -L "conformance" -E "exp_command_buffer" -R "memory" --verbose --timeout 360
0 commit comments