Skip to content

Commit c2c4d4e

Browse files
author
Mika Lackman
committed
timeout even larger
1 parent f4b3a65 commit c2c4d4e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

upcloud/service/service_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ var svc *Service
1818
// TestMain is the main test method
1919
func TestMain(m *testing.M) {
2020
setup()
21-
retCode := m.Run()
21+
retCode := m.Run()
2222

2323
// Optionally perform teardown
2424
deleteResources := os.Getenv("UPCLOUD_GO_SDK_TEST_DELETE_RESOURCES")
@@ -35,7 +35,7 @@ func setup() {
3535
user, password := getCredentials()
3636

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

0 commit comments

Comments
 (0)