Skip to content

Commit 1995156

Browse files
committed
fix load test
1 parent 6690eef commit 1995156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/docker/load/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,6 @@ RUN chmod -R +x ./build
9494

9595
WORKDIR /agent/test/load
9696

97-
RUN go test -v -timeout 30s ./...
97+
RUN go test -v -timeout 1m ./...
9898

9999
CMD ["sh", "-c", "cat benchmarks.json"]

0 commit comments

Comments
 (0)