Skip to content

Commit

Permalink
fix: Increase startup delay
Browse files Browse the repository at this point in the history
  • Loading branch information
peasee committed Sep 18, 2024
1 parent 2f160f6 commit 390ecf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
spice add spiceai/quickstart
spiced &> spice.log &
# time to initialize added dataset
sleep 5
sleep 10
- name: Init and start spice app (Windows)
if: matrix.os == 'windows-latest'
Expand All @@ -112,7 +112,7 @@ jobs:
spice add spiceai/quickstart
Start-Process -FilePath spice run
# time to initialize added dataset
Start-Sleep -Seconds 5
Start-Sleep -Seconds 10
shell: pwsh

- name: Run tests
Expand Down

0 comments on commit 390ecf8

Please sign in to comment.