Skip to content

Commit f4b3a65

Browse files
author
Mika Lackman
committed
add timeout
1 parent bfd04f2 commit f4b3a65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

upcloud/service/service_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ func setup() {
3535
user, password := getCredentials()
3636

3737
c := client.New(user, password)
38-
c.SetTimeout(time.Second * 30)
38+
c.SetTimeout(time.Second * 120)
3939
svc = New(c)
4040
}
4141

0 commit comments

Comments
 (0)