We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d29d711 commit 40cd3ffCopy full SHA for 40cd3ff
e2e/e2e_test.go
@@ -3,13 +3,14 @@ package whereabouts_e2e
3
import (
4
"context"
5
"fmt"
6
- "github.com/k8snetworkplumbingwg/whereabouts/e2e/util"
7
"net"
8
"sort"
9
"strings"
10
"testing"
11
"time"
12
+ "github.com/k8snetworkplumbingwg/whereabouts/e2e/util"
13
+
14
. "github.com/onsi/ginkgo"
15
"github.com/onsi/ginkgo/extensions/table"
16
. "github.com/onsi/gomega"
@@ -506,7 +507,7 @@ var _ = Describe("Whereabouts functionality", func() {
506
507
namespace,
508
serviceName,
509
replicaNumber,
- time.Second,
510
+ 5*time.Second,
511
wbtestclient.IsStatefulSetDegradedPredicate)).Should(Succeed())
512
513
scaleUpTimeout := 2 * util.CreatePodTimeout
0 commit comments