Skip to content

Commit b7892bd

Browse files
Update BaseUITest.java
restted swtpreference timeout
1 parent 8246857 commit b7892bd

File tree

1 file changed

+1
-1
lines changed
  • checkmarx-ast-eclipse-plugin-tests/src/test/java/checkmarx/ast/eclipse/plugin/tests/ui

1 file changed

+1
-1
lines changed

checkmarx-ast-eclipse-plugin-tests/src/test/java/checkmarx/ast/eclipse/plugin/tests/ui/BaseUITest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public static void beforeClass() throws Exception {
6060
// Used to decrease tests velocity
6161
SWTBotPreferences.PLAYBACK_DELAY = 500;
6262

63-
SWTBotPreferences.TIMEOUT = 600000;
63+
SWTBotPreferences.TIMEOUT = 30000;
6464

6565
_bot = new SWTWorkbenchBot();
6666

0 commit comments

Comments
 (0)