We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4b3a65 commit c2c4d4eCopy full SHA for c2c4d4e
1 file changed
upcloud/service/service_test.go
@@ -18,7 +18,7 @@ var svc *Service
18
// TestMain is the main test method
19
func TestMain(m *testing.M) {
20
setup()
21
- retCode := m.Run()
+ retCode := m.Run()
22
23
// Optionally perform teardown
24
deleteResources := os.Getenv("UPCLOUD_GO_SDK_TEST_DELETE_RESOURCES")
@@ -35,7 +35,7 @@ func setup() {
35
user, password := getCredentials()
36
37
c := client.New(user, password)
38
- c.SetTimeout(time.Second * 120)
+ c.SetTimeout(time.Second * 300)
39
svc = New(c)
40
}
41
0 commit comments