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 8880f07 commit c0b747eCopy full SHA for c0b747e
.pipelines/npm/npm-cni-integration-test.yaml
@@ -16,7 +16,7 @@ jobs:
16
displayName: "NPM k8s E2E"
17
dependsOn: ${{ parameters.dependsOn }}
18
condition: and( and( not(canceled()), not(failed()) ), ${{ or(contains(parameters.os_version, '2022'), eq(parameters.os, 'linux') ) }} , or( contains(variables.CONTROL_SCENARIO, 'npm') , contains(variables.CONTROL_SCENARIO, 'all') ) )
19
- timeoutInMinutes: 180 # This is for testing windows, due to the 3m between the 14 tests -> results in 42m of wasted time
+ timeoutInMinutes: 250 #this is for testing windows, due to the 3m between the 14 tests -> results in 42m of wasted time
20
pool:
21
name: $(BUILD_POOL_NAME_DEFAULT)
22
demands:
0 commit comments