Skip to content

Commit

Permalink
trying to fix annoying gitcoin test
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmenendez committed Jun 23, 2024
1 parent 4c4b318 commit 5299dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scanner/providers/gitcoin/gitcoin_provider_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func TestGitcoinPassport(t *testing.T) {
c.Assert(err, qt.IsNil)
c.Assert(len(emptyBalances), qt.Equals, 0)
// wait for the download to finish
time.Sleep(2 * time.Second)
time.Sleep(5 * time.Second)
// check the balances
holders, _, err := provider.HoldersBalances(context.TODO(), nil, 0)
c.Assert(err, qt.IsNil)
Expand Down

0 comments on commit 5299dce

Please sign in to comment.