mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-11 20:20:05 +00:00
Fix E2E Flakes (#12074)
* 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:
parent
bb95d951cc
commit
d639a26bbe
@ -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 = ¶ms{
|
||||
TestPath: filepath.Join(testPath, fmt.Sprintf("shard-%d", testShardIndex)),
|
||||
LogPath: logPath,
|
||||
|
Loading…
Reference in New Issue
Block a user