Skip to content

Commit 02175f9

Browse files
Addressed PR comments
1 parent d25cd14 commit 02175f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/image_sharegroups_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ func TestImageSharing_Suite(t *testing.T) {
4242
require.NoError(t, err)
4343
})
4444

45-
_, err = client.WaitForImageStatus(context.Background(), image.ID, linodego.ImageStatusAvailable, 120)
45+
_, err = client.WaitForImageStatus(context.Background(), image.ID, linodego.ImageStatusAvailable, 600)
4646
require.NoError(t, err)
4747

4848
if image.IsShared {

0 commit comments

Comments
 (0)