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 2590bb4 commit 1afd3f6Copy full SHA for 1afd3f6
tests/docker_actions/test_docker.py
@@ -48,6 +48,7 @@ def test_compile_timeout(build_dir):
48
49
chdir(build_dir)
50
test_output = compileOD(codeText=code, compile_args=[""], build_config="Release", timeout=5)
51
+ print(test_output)
52
assert test_output["timeout"] is True
53
54
0 commit comments