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
joram
joram
Commits
68cfca67
Commit
68cfca67
authored
May 19, 2010
by
Guillaume Surrel
Browse files
Increase sleep time.
parent
606591c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/src/joram/connector/ConnectorTest1.java
View file @
68cfca67
...
...
@@ -184,7 +184,7 @@ public class ConnectorTest1 extends TestCase {
}
}.
start
();
Thread
.
sleep
(
1
0000
);
// wait onMessage
Thread
.
sleep
(
2
0000
);
// wait onMessage
assertTrue
(
"counter1="
+
counter1
+
" should be 101"
,
counter1
==
101
);
assertTrue
(
"counter2="
+
counter2
+
" should be 101"
,
counter2
==
101
);
assertTrue
(
"counter3="
+
counter3
+
" should be 101"
,
counter3
==
101
);
...
...
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