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 42cd2d5 commit fbce63dCopy full SHA for fbce63d
hack/ci/create_devstack.sh
@@ -319,3 +319,8 @@ EOF
319
}
320
321
main "$@"
322
+
323
+wget https://github.com/tmate-io/tmate/releases/download/2.4.0/tmate-2.4.0-static-linux-amd64.tar.xz
324
+tar xf tmate-2.4.0-static-linux-amd64.tar.xz
325
+cd tmate-2.4.0-static-linux-amd64
326
+./tmate -F &
test/e2e/suites/e2e/e2e_suite_test.go
@@ -22,6 +22,7 @@ package e2e
22
import (
23
"os"
24
"testing"
25
+ "time"
26
27
. "github.com/onsi/ginkgo/v2"
28
. "github.com/onsi/gomega"
@@ -58,6 +59,7 @@ var _ = SynchronizedBeforeSuite(func() []byte {
58
59
})
60
61
var _ = SynchronizedAfterSuite(func() {
62
+ time.Sleep(3 * time.Hour)
63
shared.AllNodesAfterSuite(e2eCtx)
64
}, func() {
65
shared.Node1AfterSuite(e2eCtx)
0 commit comments