solana icon indicating copy to clipboard operation
solana copied to clipboard

Rpc(DeadlineExceeded) thrown randomly on CI tests for solana-program-test

Open andreihrs opened this issue 1 year ago • 1 comments

Problem

From time to time, the github CI fails on solana-program-test bpf tests because of Rpc(DeadlineExceeded) error. This happens randomly and it's not deterministic, sometimes the tests can pass.

On my local machine, the tests always pass. This happened with various versions of Solana: either 1.9.18 or 1.10

Proposed Solution

Is there a way we can better handle these types of errors?

andreihrs avatar Aug 08 '22 06:08 andreihrs