Skip to content

Commit 8f644c0

Browse files
akshaysonvaneaebadirad
authored andcommitted
Revert Spring boot version upgrade for QS (#1748)
* Revert "Upgrade Spring boot ver for QS (#1698)" This reverts commit c2b1323 * Update authenticated.ts * Update authenticated.ts
1 parent 9d6ab63 commit 8f644c0

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

quick-start/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
import java.util.concurrent.Executors
1919

2020
plugins {
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

quick-start/e2e/specs/auth/authenticated.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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');

0 commit comments

Comments
 (0)