Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@ jobs:
- name: Add Tempo to PATH
run: echo "$HOME/.local/bin" >> $GITHUB_PATH

- name: Set up Docker
uses: docker/setup-docker-action@v4

- name: Run tests
run: pnpm test --bail=1
env:
Expand Down
2 changes: 1 addition & 1 deletion src/testcontainers/Instance.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Instance } from 'prool/testcontainers'
import { afterEach, describe, expect, test } from 'vitest'

const instances: Instance.Instance[] = []
const slowTestTimeout = 30_000
const slowTestTimeout = 120_000

const port = await getPort()

Expand Down
Loading