Fix E2E Flakes ()

* fix flakes

* make it longer

* make it less to prevent triggering of other issues

---------

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
This commit is contained in:
Nishant Das 2023-03-07 12:15:51 +08:00 committed by GitHub
parent bb95d951cc
commit d639a26bbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -158,8 +158,7 @@ const (
JaegerTracingPort = 9150
StartupBufferSecs = 5
StartupBufferSecsMulticlient = 10
StartupBufferSecs = 15
)
func logDir() string {
@ -262,7 +261,7 @@ func InitMultiClient(t *testing.T, beaconNodeCount int, lighthouseNodeCount int)
return err
}
genTime := uint64(time.Now().Unix()) + StartupBufferSecsMulticlient
genTime := uint64(time.Now().Unix()) + StartupBufferSecs
TestParams = &params{
TestPath: filepath.Join(testPath, fmt.Sprintf("shard-%d", testShardIndex)),
LogPath: logPath,