We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 998af82 commit 640bac6Copy full SHA for 640bac6
sumologic/resource_sumologic_cloud_to_cloud_source_test.go
@@ -65,7 +65,7 @@ func TestAccSumologicCloudToCloudSource_update(t *testing.T) {
65
func testAccWaitCloudToCloudSource() resource.TestCheckFunc {
66
return func(s *terraform.State) error {
67
//lintignore:R018
68
- time.Sleep(30 * time.Second)
+ time.Sleep(90 * time.Second)
69
return nil
70
}
71
0 commit comments