mirror of
https://github.com/projectcapsule/capsule.git
synced 2026-08-25 16:07:24 +00:00
fix(ci): switch to large runner for e2e tests (#1429)
fix(ci): switch to large runner for e2e tests Signed-off-by: Hristo Hristov <me@hhristov.info>
This commit is contained in:
@@ -23,7 +23,8 @@ concurrency:
|
||||
jobs:
|
||||
e2e:
|
||||
name: E2E Testing
|
||||
runs-on: ubuntu-latest
|
||||
runs-on:
|
||||
labels: ubuntu-latest-8-cores
|
||||
steps:
|
||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||
with:
|
||||
|
||||
+1
-1
@@ -27,7 +27,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
defaultTimeoutInterval = 20 * time.Second
|
||||
defaultTimeoutInterval = 40 * time.Second
|
||||
defaultPollInterval = time.Second
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user