Commit 43972fb 1 parent b8ee5f2 commit 43972fb Copy full SHA for 43972fb
File tree 3 files changed +3
-0
lines changed
packages/lodestar/test/e2e/network
3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ const opts: INetworkOptions = {
30
30
31
31
describe ( "network" , function ( ) {
32
32
if ( this . timeout ( ) < 15 * 1000 ) this . timeout ( 15 * 1000 ) ;
33
+ this . retries ( 2 ) ; // This test fail sometimes, with a 5% rate.
33
34
34
35
const logger = testLogger ( ) ;
35
36
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ const opts: INetworkOptions = {
34
34
35
35
describe ( "network" , function ( ) {
36
36
if ( this . timeout ( ) < 5000 ) this . timeout ( 5000 ) ;
37
+ this . retries ( 2 ) ; // This test fail sometimes, with a 5% rate.
37
38
38
39
const afterEachCallbacks : ( ( ) => Promise < void > | void ) [ ] = [ ] ;
39
40
afterEach ( async ( ) => {
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ chai.use(chaiAsPromised);
31
31
32
32
describe ( "network / ReqResp" , function ( ) {
33
33
if ( this . timeout ( ) < 5000 ) this . timeout ( 5000 ) ;
34
+ this . retries ( 2 ) ; // This test fail sometimes, with a 5% rate.
34
35
35
36
const multiaddr = "/ip4/127.0.0.1/tcp/0" ;
36
37
const networkOptsDefault : INetworkOptions = {
You can’t perform that action at this time.
0 commit comments