From b3ba5697207414564f6308d5d2efa96a2d2ea77b Mon Sep 17 00:00:00 2001 From: Alfonso Acosta Date: Fri, 14 Jun 2024 16:01:52 +0200 Subject: [PATCH] Tweak integration test invocation in CI --- .github/workflows/soroban-rpc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/soroban-rpc.yml b/.github/workflows/soroban-rpc.yml index c3104ca5..27ad3b30 100644 --- a/.github/workflows/soroban-rpc.yml +++ b/.github/workflows/soroban-rpc.yml @@ -194,4 +194,4 @@ jobs: - name: Run Soroban RPC Integration Tests run: | make install_rust - go test -race -timeout 60m -v ./cmd/soroban-rpc/internal/integrationtest/... + go test -race -timeout 20m ./cmd/soroban-rpc/internal/integrationtest/...