Skip to content

Commit bbb5d50

Browse files
increase timeout
1 parent 4434812 commit bbb5d50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-dgraph-vector-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
dgraph-vector-tests:
2727
if: github.event.pull_request.draft == false
2828
runs-on: warp-ubuntu-latest-x64-4x
29-
timeout-minutes: 60
29+
timeout-minutes: 180
3030
steps:
3131
- uses: actions/checkout@v4
3232
- name: Set up Go

t/t.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ func runTestsFor(ctx context.Context, pkg, prefix string, xmlFile string) error
349349
// Todo: There are few race errors in tests itself. Enable this once that is fixed.
350350
// args = append(args, "-race")
351351
} else {
352-
args = append(args, "-timeout", "60m")
352+
args = append(args, "-timeout", "180m")
353353
}
354354

355355
if *count > 0 {

0 commit comments

Comments
 (0)