Skip to content

Commit

Permalink
[ci skip] 2025.02.13-34657
Browse files Browse the repository at this point in the history
  • Loading branch information
cybozu-neco committed Feb 13, 2025
2 parents cb2d3fb + 5899fec commit f2730b7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ commands:
command: |
if [ -f .skip ]; then exit 0; fi
./bin/run-dctest.sh bootstrap "<<parameters.tag>>" "<<parameters.datacenter>>"
no_output_timeout: 20m
no_output_timeout: 22m

setup-tools:
description: "setup tools"
Expand Down Expand Up @@ -242,7 +242,7 @@ jobs:
- run:
name: Run dctest functions
command: ./bin/run-dctest-suite.sh functions
no_output_timeout: 20m
no_output_timeout: 22m
- run:
name: Set the instance lifetime and the state label
command: |
Expand Down Expand Up @@ -271,7 +271,7 @@ jobs:
- run:
name: Run dctest reboot-worker
command: ./bin/run-dctest-suite.sh reboot-worker
no_output_timeout: 51m
no_output_timeout: 52m
- run:
name: Set the instance lifetime and the state label
command: |
Expand Down Expand Up @@ -300,7 +300,7 @@ jobs:
- run:
name: Run dctest upgrade
command: ./bin/run-dctest-suite.sh upgrade
no_output_timeout: 20m
no_output_timeout: 22m
- run:
name: Set the instance lifetime
command: |
Expand Down Expand Up @@ -345,7 +345,7 @@ jobs:
command: |
if [ -f .skip ]; then exit 0; fi
./bin/run-dctest-suite.sh functions
no_output_timeout: 20m
no_output_timeout: 22m
- run:
name: Set the instance lifetime
command: |
Expand Down Expand Up @@ -383,7 +383,7 @@ jobs:
- run:
name: Run dctest upgrade release
command: ./bin/run-dctest-suite.sh upgrade
no_output_timeout: 20m
no_output_timeout: 22m
- run:
name: Set the instance lifetime
command: |
Expand Down
2 changes: 1 addition & 1 deletion dctest/upgrade_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ func testUpgrade() {
return errors.New("cke uses unknown container image")
}
return nil
}, 19*time.Minute).Should(Succeed())
}, 20*time.Minute).Should(Succeed())
}
})

Expand Down

0 comments on commit f2730b7

Please sign in to comment.