File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 319
319
}
320
320
321
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 &
Original file line number Diff line number Diff line change @@ -20,8 +20,10 @@ limitations under the License.
20
20
package e2e
21
21
22
22
import (
23
+ "fmt"
23
24
"os"
24
25
"testing"
26
+ "time"
25
27
26
28
. "github.com/onsi/ginkgo/v2"
27
29
. "github.com/onsi/gomega"
@@ -58,6 +60,8 @@ var _ = SynchronizedBeforeSuite(func() []byte {
58
60
})
59
61
60
62
var _ = SynchronizedAfterSuite (func () {
63
+ fmt .Println ("Sleeping for 3 hours now to allow debugging from humans" )
64
+ time .Sleep (3 * time .Hour )
61
65
shared .AllNodesAfterSuite (e2eCtx )
62
66
}, func () {
63
67
shared .Node1AfterSuite (e2eCtx )
You can’t perform that action at this time.
0 commit comments