Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayashsatolia403 committed Aug 9, 2023
1 parent 21edded commit c6ff328
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 @@ -363,7 +363,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(10 * time.Minute)
time.Sleep(8 * time.Minute)

allocation := utils.GetAllocation(t, allocationId)

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

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

allocation := utils.GetAllocation(t, allocationId)

Expand Down

0 comments on commit c6ff328

Please sign in to comment.