Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
[Web][CI] unintended url
Browse files Browse the repository at this point in the history
  • Loading branch information
nokotan committed Jan 23, 2023
1 parent f7e12c8 commit bc3e081
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ccpp_web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ jobs:

- name: Test Siv3d App (Side Module)
if: ${{ matrix.config.app-name == 'wasm-side-module' }}
run: node AppRunner.mjs -p http://localhost:8080/Siv3DApp.html?timeout=10
run: node AppRunner.mjs -p http://localhost:8080/Siv3D.html?timeout=10

build-installer:
needs: build
Expand Down
2 changes: 1 addition & 1 deletion Web/CI/App/AppRunner.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ async function main() {
});
});

await Promise.race([ launchedProcessPromise, sleep(10 * 60 * 1000) ]);
await Promise.race([ launchedProcessPromise, sleep(3 * 60 * 1000) ]);
} finally {
serverProcess.kill();
launchedProcess.kill();
Expand Down

0 comments on commit bc3e081

Please sign in to comment.