this should finish in a few seconds, so decreasing the timeout

This commit is contained in:
Alex Giurgiu
2023-11-14 13:15:18 +02:00
parent 5d86013710
commit fd89aa30b5
+1 -1
View File
@@ -35,4 +35,4 @@ jobs:
- name: Test concurrentmap
working-directory: ./go
run: |
go test -vet=off -v -race -timeout 30m github.com/dolthub/dolt/go/libraries/utils/concurrentmap
go test -vet=off -v -race -timeout 1m github.com/dolthub/dolt/go/libraries/utils/concurrentmap