Skip to content

Commit 640bac6

Browse files
authored
increase delay for cloud_to_cloud update test (#150)
1 parent 998af82 commit 640bac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sumologic/resource_sumologic_cloud_to_cloud_source_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ func TestAccSumologicCloudToCloudSource_update(t *testing.T) {
6565
func testAccWaitCloudToCloudSource() resource.TestCheckFunc {
6666
return func(s *terraform.State) error {
6767
//lintignore:R018
68-
time.Sleep(30 * time.Second)
68+
time.Sleep(90 * time.Second)
6969
return nil
7070
}
7171
}

0 commit comments

Comments
 (0)