Skip to content

Commit 39813ce

Browse files
committed
tests: extend timeout
1 parent a429e1b commit 39813ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

workspace_resources_integration_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,16 @@ package tfe
66
import (
77
"context"
88
"testing"
9+
"time"
910

1011
"github.com/stretchr/testify/assert"
1112
"github.com/stretchr/testify/require"
1213
)
1314

1415
func TestWorkspaceResourcesList(t *testing.T) {
1516
t.Parallel()
17+
t.SetTimeout(30 * time.Minute)
18+
1619
client := testClient(t)
1720
ctx := context.Background()
1821

0 commit comments

Comments
 (0)