Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayashsatolia403 committed Aug 16, 2023
1 parent 5f8c7eb commit 055ca41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/tokenomics_tests/blobber_challenge_reward_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ func assertChallengeRewardsForOneDelegateEach(t *test.SystemTest, allocationId s
require.Nil(t, err, "error uploading file", strings.Join(output, "\n"))

// sleep for 10 minutes
time.Sleep(12 * time.Minute)
time.Sleep(15 * time.Minute)

allocation := utils.GetAllocation(t, allocationId)

Expand Down Expand Up @@ -465,7 +465,7 @@ func assertChallengeRewardsForTwoDelegatesEach(t *test.SystemTest, allocationId
require.Nil(t, err, "error uploading file", strings.Join(output, "\n"))

// sleep for 10 minutes
time.Sleep(12 * time.Minute)
time.Sleep(15 * time.Minute)

allocation := utils.GetAllocation(t, allocationId)

Expand Down

0 comments on commit 055ca41

Please sign in to comment.