Skip to content

Commit

Permalink
test: increase timeout to 1m
Browse files Browse the repository at this point in the history
Signed-off-by: Arnav Gupta <championswimmer@gmail.com>
  • Loading branch information
championswimmer committed Feb 11, 2024
1 parent b158244 commit 3ddf277
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_test_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
go get ./...
- name: Test
run: go test -timeout 5s -coverprofile=coverage.txt -race -covermode=atomic -v -coverpkg=./src/... ./tests/... ./src/...
run: go test -timeout 1m -coverprofile=coverage.txt -race -covermode=atomic -v -coverpkg=./src/... ./tests/... ./src/...

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ So `1px.li` stands for `one pixel links` - i.e. smallest possible links :)
[![codecov](https://codecov.io/gh/championswimmer/onepixel_backend/graph/badge.svg?token=DL3DR6CS40)](https://codecov.io/gh/championswimmer/onepixel_backend)
[![Build and test](https://github.com/championswimmer/onepixel_backend/actions/workflows/build_test.yaml/badge.svg)](https://github.com/championswimmer/onepixel_backend/actions/workflows/build_test.yaml)

## Test Instance
## Hosted Instance (1px.li)
The latest version of the code is automatically deployed via [Railway](https://railway.app)
to
<big><https://onepixel.link></big>
Expand Down

0 comments on commit 3ddf277

Please sign in to comment.