Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SAT4J
sat4j
Commits
bd420df5
Commit
bd420df5
authored
Jul 08, 2018
by
Daniel Le Berre
Browse files
Increasing timeout for the test to proceed without breaking the build.
parent
3f17dba6
Pipeline
#2323
passed with stages
in 30 minutes and 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
org.sat4j.core/src/test/java/org/sat4j/ModelIteratorTest.java
View file @
bd420df5
...
...
@@ -402,7 +402,8 @@ public class ModelIteratorTest {
}
}
@Test
(
timeout
=
6000
)
// This timed test tend to fail when the test server is loaded ...
@Test
(
timeout
=
12000
)
public
void
testGlobalTimeoutIterator
()
{
ModelIterator
iterator
=
new
ModelIterator
(
SolverFactory
.
newDefault
());
IVecInt
clause
=
new
VecInt
();
...
...
Write
Preview
Supports
Markdown
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