Skip to content

Commit

Permalink
Final changes to test workflow and integration test timing
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenewald committed May 12, 2023
1 parent 64b29ae commit 9cd3d2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Node.js CI
name: CRACO Unit and Integration Tests

on:
push:
# branches: [main]
branches: [main]
pull_request:
# branches: [main]
branches: [main]

jobs:
build:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ beforeAll(async () => {

// Leave time for the server to initialize
await new Promise((resolve) => {
setTimeout(resolve, 10000);
setTimeout(resolve, 5000);
});
});

Expand Down

0 comments on commit 9cd3d2c

Please sign in to comment.