diff --git a/test/e2e_test.go b/test/e2e_test.go index 2ecefc82..932aab2e 100644 --- a/test/e2e_test.go +++ b/test/e2e_test.go @@ -54,10 +54,10 @@ func createTestSuite(t *testing.T) (TestSuite, func()) { } kzgCfg := &kzg.KzgConfig{ - G1Path: "operator-setup/resources/g1.point", - G2Path: "operator-setup/resources/g2.point", - G2PowerOf2Path: "operator-setup/resources/g2.point.powerOf2", - CacheDir: "operator-setup/resources/SRSTables", + G1Path: "../operator-setup/resources/g1.point", + G2Path: "resources/g2.point", + G2PowerOf2Path: "../operator-setup/resources/g2.point.powerOf2", + CacheDir: "../operator-setup/resources/SRSTables", SRSOrder: 3000, SRSNumberToLoad: 3000, NumWorker: uint64(runtime.GOMAXPROCS(0)), @@ -103,6 +103,7 @@ func TestE2EPutGetLogicForEigenDAStore(t *testing.T) { daClient := op_plasma.NewDAClient(fmt.Sprintf("%s://%s:%d", transport, testSvrHost, testSvrPort), false) t.Log("Waiting for client to establish connection with plasma server...") // wait for server to come online after starting + time.Sleep(5 * time.Second) // 1 - write arbitrary data to test plasma server