Skip to content

Commit

Permalink
set timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
AnieeG committed Sep 25, 2024
1 parent 853c7cb commit cb8ed0f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import (
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core"
"github.com/ethereum/go-ethereum/crypto"
"github.com/smartcontractkit/chainlink-common/pkg/utils/tests"

"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
Expand Down Expand Up @@ -197,7 +198,7 @@ func Test_USDCReader_MessageHashes(t *testing.T) {
}
}
return true
}, 2*time.Second, 100*time.Millisecond)
}, tests.WaitTimeout(t), 100*time.Millisecond)
})
}
}
Expand Down

0 comments on commit cb8ed0f

Please sign in to comment.