Skip to content

Commit

Permalink
[skip e2e] Change CI timeout to 120min (#1099)
Browse files Browse the repository at this point in the history
Signed-off-by: CaiYudong <[email protected]>
  • Loading branch information
cydrain authored Feb 27, 2025
1 parent d0d1c49 commit 466974f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci/E2E-arm.groovy
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
int total_timeout_minutes = 90
int total_timeout_minutes = 120
def knowhere_wheel=''
pipeline {
agent {
Expand Down
2 changes: 1 addition & 1 deletion ci/E2E2.groovy
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
int total_timeout_minutes = 90
int total_timeout_minutes = 120
def knowhere_wheel=''
pipeline {
agent {
Expand Down
2 changes: 1 addition & 1 deletion ci/E2E_GPU.groovy
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
int total_timeout_minutes = 90
int total_timeout_minutes = 120
def knowhere_wheel=''
pipeline {
agent {
Expand Down

0 comments on commit 466974f

Please sign in to comment.