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
2e239a3b
Commit
2e239a3b
authored
Sep 16, 2018
by
Daniel Le Berre
Browse files
Using 12s as timeout for all tests, as a workaround for
#146
.
parent
7f8cf679
Pipeline
#2880
failed with stages
in 21 minutes and 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
org.sat4j.core/src/test/java/org/sat4j/ModelIteratorTest.java
View file @
2e239a3b
...
...
@@ -383,7 +383,7 @@ public class ModelIteratorTest {
}
}
@Test
(
timeout
=
6
000
)
@Test
(
timeout
=
12
000
)
public
void
testGlobalTimeoutCounter
()
{
SolutionCounter
counter
=
new
SolutionCounter
(
SolverFactory
.
newDefault
());
...
...
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