Skip to content

Commit a89a081

Browse files
committed
timeout increased to 30 for machine_sync_controller_test (unit test)
1 parent fec62b4 commit a89a081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/controllers/machinesync/suite_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ var ctx = context.Background()
5252
var vapCleanup func()
5353

5454
const (
55-
timeout = time.Second * 10
55+
timeout = time.Second * 30
5656
)
5757

5858
func TestAPIs(t *testing.T) {

0 commit comments

Comments
 (0)