Skip to content

Commit

Permalink
longer timeouts in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaytonNorthey92 committed Aug 27, 2024
1 parent 4f7330c commit f30295d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/e2e_ext_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2517,7 +2517,7 @@ func TestGetFinalitiesByL2KeystoneBSSLowerServerHeight(t *testing.T) {
conn: protocol.NewWSConn(c),
}

time.Sleep(2 * time.Second)
time.Sleep(5 * time.Second)

// first and second btcBlocks
recentFinalities, err := db.L2BTCFinalityMostRecent(ctx, 100)
Expand Down Expand Up @@ -2610,7 +2610,7 @@ func TestGetMostRecentL2BtcFinalitiesBFG(t *testing.T) {
conn: protocol.NewWSConn(c),
}

time.Sleep(2 * time.Second)
time.Sleep(5 * time.Second)

finalityRequest := bfgapi.BTCFinalityByRecentKeystonesRequest{
NumRecentKeystones: 100,
Expand Down

0 comments on commit f30295d

Please sign in to comment.