Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LEFEBVREJP email
rsm
Commits
08200926
Commit
08200926
authored
Jan 28, 2020
by
LEFEBVREJP email
Browse files
Fixing Windows sleep time.
parent
d1db5313
Pipeline
#87879
passed with stages
in 51 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
rsmcore/tests/tstSessionController.cc
View file @
08200926
...
...
@@ -22,9 +22,8 @@ TEST(RSM, SessionController)
controller
.
disconnect
();
// sleep while we wait for the sessionworker to finish
#ifdef _WIN32
Sleep
(
5
);
Sleep
(
5
000
);
#else
sleep
(
5
);
#endif
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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