Skip to content

Commit 881ea22

Browse files
committed
fix: remove debug sleep
1 parent b0d3202 commit 881ea22

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

framework/examples/myproject/smoke_ton_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ package examples
33
import (
44
"strings"
55
"testing"
6-
"time"
76

87
"github.com/stretchr/testify/require"
98
"github.com/xssnick/tonutils-go/liteclient"
@@ -28,7 +27,6 @@ func TestTonSmoke(t *testing.T) {
2827
defer bc.Container.Terminate(t.Context())
2928

3029
var client ton.APIClientWrapped
31-
time.Sleep(5 * time.Minute)
3230

3331
t.Run("setup:connect", func(t *testing.T) {
3432
connectionPool := liteclient.NewConnectionPool()

0 commit comments

Comments
 (0)