Skip to content

Commit deb0052

Browse files
committed
update for ci
1 parent 1b8b044 commit deb0052

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

e2e/e2e_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
)
1111

1212
func TestCreatesDelegations(t *testing.T) {
13-
ctx, cancel := context.WithTimeout(context.Background(), 5*time.Minute)
13+
ctx, cancel := context.WithTimeout(context.Background(), 10*time.Minute)
1414
defer cancel()
1515

1616
cfg := config.Config{

harness/manager.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ import (
3434

3535
var (
3636
babylonTag = []byte{1, 2, 3, 4} //nolint:unused
37-
eventuallyWaitTimeOut = 40 * time.Second
38-
eventuallyPollTime = 1 * time.Second
37+
eventuallyWaitTimeOut = 180 * time.Second
38+
eventuallyPollTime = 2 * time.Second
3939
regtestParams = &chaincfg.RegressionNetParams
4040
)
4141

0 commit comments

Comments
 (0)