Skip to content

Commit

Permalink
Increase test delay
Browse files Browse the repository at this point in the history
  • Loading branch information
xenosf committed Nov 6, 2024
1 parent d44fc3a commit 4c16cb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/system-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ jobs:
npm run start &
- name: Run Tests
run: |
sleep 20
sleep 60
xvfb-run --server-args="-screen 0 1024x768x24" npm run test
2 changes: 1 addition & 1 deletion test/HomePage.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ let url = ROOT_URL;

beforeAll(async () => {
driver = await getWebDriver();
}, 10 * 1000);
}, 20 * 1000);

beforeEach(async () => {
await driver.get(url);
Expand Down

0 comments on commit 4c16cb7

Please sign in to comment.