File tree 6 files changed +12
-12
lines changed
third_party_apps_test/applications
6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -2225,7 +2225,7 @@ func TestWindowsEventLogV2(t *testing.T) {
2225
2225
2226
2226
// Have to wait for startup feature tracking metrics to be sent
2227
2227
// before we tear down the service.
2228
- time .Sleep (2 * time .Minute )
2228
+ time .Sleep (4 * time .Minute )
2229
2229
2230
2230
// There is a limitation on custom event log sources that requires their associated
2231
2231
// log names to have a unique eight-character prefix, so unfortunately we can only test
@@ -2366,6 +2366,12 @@ func TestWindowsEventLogV2(t *testing.T) {
2366
2366
}
2367
2367
2368
2368
expectedFeatures := []* feature_tracking_metadata.FeatureTracking {
2369
+ {
2370
+ Module : "logging" ,
2371
+ Feature : "service:pipelines" ,
2372
+ Key : "default_pipeline_overridden" ,
2373
+ Value : "false" ,
2374
+ },
2369
2375
{
2370
2376
Module : "metrics" ,
2371
2377
Feature : "service:pipelines" ,
@@ -2438,12 +2444,6 @@ func TestWindowsEventLogV2(t *testing.T) {
2438
2444
Key : "[2].channels.__length" ,
2439
2445
Value : "2" ,
2440
2446
},
2441
- {
2442
- Module : "logging" ,
2443
- Feature : "service:pipelines" ,
2444
- Key : "default_pipeline_overridden" ,
2445
- Value : "false" ,
2446
- },
2447
2447
}
2448
2448
2449
2449
// Wait at least a minute since feature_tracking and enabled_receivers
Original file line number Diff line number Diff line change @@ -34,5 +34,5 @@ metrics:
34
34
"
35
35
36
36
if (Get-Service google-cloud-ops-agent* -ErrorAction SilentlyContinue) {
37
- (Get-Service google-cloud-ops-agent*).WaitForStatus('Running', '00:03 :00')
37
+ (Get-Service google-cloud-ops-agent*).WaitForStatus('Running', '00:05 :00')
38
38
}
Original file line number Diff line number Diff line change @@ -40,5 +40,5 @@ logging:
40
40
"
41
41
42
42
if (Get-Service google-cloud-ops-agent* -ErrorAction SilentlyContinue) {
43
- (Get-Service google-cloud-ops-agent*).WaitForStatus('Running', '00:03 :00')
43
+ (Get-Service google-cloud-ops-agent*).WaitForStatus('Running', '00:05 :00')
44
44
}
Original file line number Diff line number Diff line change @@ -28,5 +28,5 @@ logging:
28
28
"
29
29
30
30
if (Get-Service google-cloud-ops-agent* -ErrorAction SilentlyContinue) {
31
- (Get-Service google-cloud-ops-agent*).WaitForStatus('Running', '00:03 :00')
31
+ (Get-Service google-cloud-ops-agent*).WaitForStatus('Running', '00:05 :00')
32
32
}
Original file line number Diff line number Diff line change @@ -31,5 +31,5 @@ metrics:
31
31
"
32
32
33
33
if (Get-Service google-cloud-ops-agent* -ErrorAction SilentlyContinue) {
34
- (Get-Service google-cloud-ops-agent*).WaitForStatus('Running', '00:03 :00')
34
+ (Get-Service google-cloud-ops-agent*).WaitForStatus('Running', '00:05 :00')
35
35
}
Original file line number Diff line number Diff line change @@ -18,5 +18,5 @@ Add-Content 'C:\Program Files\Google\Cloud Operations\Ops Agent\config\config.ya
18
18
"
19
19
20
20
if (Get-Service google-cloud-ops-agent* -ErrorAction SilentlyContinue) {
21
- (Get-Service google-cloud-ops-agent*).WaitForStatus('Running', '00:03 :00')
21
+ (Get-Service google-cloud-ops-agent*).WaitForStatus('Running', '00:05 :00')
22
22
}
You can’t perform that action at this time.
0 commit comments