From 87b6b503382fd9a66a040e2390f163a0ac617a48 Mon Sep 17 00:00:00 2001 From: pat-s Date: Sat, 11 Jan 2025 00:27:25 +0100 Subject: [PATCH] linter --- agent/runner_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/runner_test.go b/agent/runner_test.go index 3c1e1ed9d..dc3d6368b 100644 --- a/agent/runner_test.go +++ b/agent/runner_test.go @@ -44,7 +44,7 @@ func TestRunnerCanceledState(t *testing.T) { Running: 0, } r := NewRunner(peer, filter, hostname, state, &backend) - ctx, cancel := context.WithCancel(context.Background()) + ctx, cancel := context.WithTimeout(context.Background(), 30*time.Millisecond) workflow := &rpc.Workflow{ ID: "1",