Skip to content

Commit

Permalink
Longer await time to start testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jonybur committed Aug 23, 2023
1 parent 58b0b28 commit 5960020
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/bbjs-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,20 +89,17 @@ jobs:
run: |
cd nextjs-bbjs-demo
npm install
cat package.json
- name: Output bb.js package contents
run: |
cd nextjs-bbjs-demo/node_modules/@aztec/bb.js
ls -R
cat package.json
- name: Run dev and test scripts concurrently
run: |
cd nextjs-bbjs-demo
(timeout 600 npm run dev || exit 255) & # The exit code 255 is chosen to be distinct.
DEVPID=$!
sleep 10
sleep 30
npm run test
wait $DEVPID
EXITCODE=$?
Expand Down

0 comments on commit 5960020

Please sign in to comment.