Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bonita
bonita-studio
Commits
eddbfc3e
Commit
eddbfc3e
authored
Sep 14, 2015
by
rbioteau
Browse files
increase dialog waitUntil timeout
parent
6bed7796
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/org.bonitasoft.studio.swtbot.framework/src/org/bonitasoft/studio/swtbot/framework/BotDialog.java
View file @
eddbfc3e
...
...
@@ -33,7 +33,7 @@ public class BotDialog extends BotBase {
public
BotDialog
(
final
SWTGefBot
bot
,
final
String
dialogTitle
)
{
super
(
bot
);
this
.
dialogTitle
=
dialogTitle
;
bot
.
waitUntil
(
Conditions
.
shellIsActive
(
dialogTitle
));
bot
.
waitUntil
(
Conditions
.
shellIsActive
(
dialogTitle
)
,
10000
);
}
/**
...
...
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