smartcontractkit / ccip

Cross Chain Interoperability Protocol
Other
119 stars 47 forks source link

Use tests.WaitTimeout for CCIPReader e2e tests #1382

Closed dimkouv closed 1 month ago

dimkouv commented 1 month ago

We've noticed that this tests have failed a few times on the CI.

I've run the tests with go test ./... -count 100 -failfast and it never failed locally. I assume it runs slow in CI that's why we have some failing cases, I am replacing 10s with tests.WaitTimeout(t).

cl-sonarqube-production[bot] commented 1 month ago

Quality Gate passed Quality Gate passed

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarQube