Skip to content

Commit 193ed97

Browse files
authored
Update integrity_test.go
1 parent f610bef commit 193ed97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integrity_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ func (flog *ParquetFlog) Deref() Flog {
8585
// - Compare the sent logs with the ones loaded from the downloaded parquet
8686
func TestIntegrity(t *testing.T) {
8787
CreateStream(t, NewGlob.QueryClient, NewGlob.Stream)
88-
iterations := 2
88+
iterations := 1
8989
flogsPerIteration := 100
9090

9191
parseableSyncWait := 3 * time.Minute // NOTE: This needs to be in sync with Parseable's.

0 commit comments

Comments
 (0)