File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1818import java.util.concurrent.Executors
1919
2020plugins {
21- id ' java'
22- id ' eclipse'
23- id ' idea'
24- id ' com.moowork.node' version ' 1.2.0'
25- id ' org.springframework.boot' version ' 2.0.6 .RELEASE'
21+ id ' java'
22+ id ' eclipse'
23+ id ' idea'
24+ id ' com.moowork.node' version ' 1.2.0'
25+ id ' org.springframework.boot' version ' 2.0.2 .RELEASE'
2626 id " io.spring.dependency-management" version " 1.0.5.RELEASE"
2727}
2828
Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ export default function(tmpDir) {
195195 let originalTimeout ;
196196 originalTimeout = jasmine . DEFAULT_TIMEOUT_INTERVAL ;
197197 console . log ( 'original jasmine timeout: ' + originalTimeout ) ;
198- jasmine . DEFAULT_TIMEOUT_INTERVAL = 370000 ;
198+ jasmine . DEFAULT_TIMEOUT_INTERVAL = 420000 ;
199199 console . log ( 'modified jasmine timeout: ' + jasmine . DEFAULT_TIMEOUT_INTERVAL ) ;
200200 browser . wait ( EC . presenceOf ( loginPage . installProgress ) , 600000 , 'install progress is not present' ) ;
201201 expect ( loginPage . installProgress . isDisplayed ( ) ) . toBe ( true ) ;
@@ -205,7 +205,7 @@ export default function(tmpDir) {
205205 } ) ;
206206
207207 it ( 'should complete the install and go to the dashboard' , async function ( ) {
208- browser . driver . sleep ( 3000 ) ;
208+ browser . driver . sleep ( 5000 ) ;
209209 console . log ( 'clicking Finished button' ) ;
210210 await loginPage . clickFinished ( ) ;
211211 console . log ( 'loading dashboard page' ) ;
You can’t perform that action at this time.
0 commit comments