Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
IPDSnelting
mjtest
Commits
f290b58b
Commit
f290b58b
authored
Jan 18, 2017
by
Sebastian Graf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed the compilation timeout
parent
afb62de7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
mjtest/test/exec_tests.py
mjtest/test/exec_tests.py
+1
-1
No files found.
mjtest/test/exec_tests.py
View file @
f290b58b
...
...
@@ -119,7 +119,7 @@ class JavaExecTest(BasicSyntaxTest):
try
:
out
,
err
,
rtcode
=
None
,
None
,
None
try
:
out
,
err
,
rtcode
=
self
.
env
.
run_mj_command
(
self
.
MODE
,
base_filename
+
".java"
,
timeout
=
timeout
)
out
,
err
,
rtcode
=
self
.
env
.
run_mj_command
(
self
.
MODE
,
base_filename
+
".java"
,
timeout
=
-
1
)
if
rtcode
!=
0
:
test_result
.
incorrect_msg
=
"file can't be compiled"
test_result
.
set_error_code
(
rtcode
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment