Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
chore: test adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
Alok committed Apr 22, 2024
1 parent 7198a7a commit f523fb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integrationtest/real-bidder/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@ func main() {
rpcClient,
currentBlock.txns[bundleStart:bundleEnd],
currentBlock.blockNum,
time.Now().UnixMilli(),
(time.Now().UnixMilli())+15000,
(time.Now().UnixMilli())-10000,
(time.Now().UnixMilli())+10000,
)
if err != nil {
logger.Error("failed to send bid", "err", err)
Expand Down

0 comments on commit f523fb7

Please sign in to comment.