Skip to content

Commit

Permalink
chore: increase test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilsol committed Aug 26, 2024
1 parent 8d5c636 commit c2911f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
PGPASSWORD: REPLACE_ME

- name: Test
run: devbox run -- go test -v -p 1 -run '^TestSetup$' ./...
run: devbox run -- go test -v -p 1 -timeout 1h -run '^TestSetup$' ./...
env:
CGO_ENABLED: 1
REPO_PASETO__PUBLIC_KEY: 408c5155a389aeabf1c1b0da73ff5a3079b6aa6628e4c661b1e1ce412181cc8a
Expand Down

0 comments on commit c2911f8

Please sign in to comment.