Skip to content

Commit c0b747e

Browse files
committed
increase npm timeout
1 parent 8880f07 commit c0b747e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pipelines/npm/npm-cni-integration-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
displayName: "NPM k8s E2E"
1717
dependsOn: ${{ parameters.dependsOn }}
1818
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
19+
timeoutInMinutes: 250 #this is for testing windows, due to the 3m between the 14 tests -> results in 42m of wasted time
2020
pool:
2121
name: $(BUILD_POOL_NAME_DEFAULT)
2222
demands:

0 commit comments

Comments
 (0)