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 52c1e65 commit c106b3dCopy full SHA for c106b3d
api/test/e2e/base.go
@@ -94,7 +94,7 @@ func APISIXHTTPSExpect(t *testing.T) *httpexpect.Expect {
94
return e
95
}
96
97
-var sleepTime = time.Duration(50) * time.Millisecond
+var sleepTime = time.Duration(100) * time.Millisecond
98
99
type HttpTestCase struct {
100
caseDesc string
api/test/e2e/upstream_test.go
@@ -62,6 +62,7 @@ func TestUpstream_Create(t *testing.T) {
62
}`,
63
Headers: map[string]string{"Authorization": token},
64
ExpectStatus: http.StatusOK,
65
+ Sleep: sleepTime,
66
},
67
{
68
caseDesc: "hit the route just created",
0 commit comments