We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f610bef commit 193ed97Copy full SHA for 193ed97
integrity_test.go
@@ -85,7 +85,7 @@ func (flog *ParquetFlog) Deref() Flog {
85
// - Compare the sent logs with the ones loaded from the downloaded parquet
86
func TestIntegrity(t *testing.T) {
87
CreateStream(t, NewGlob.QueryClient, NewGlob.Stream)
88
- iterations := 2
+ iterations := 1
89
flogsPerIteration := 100
90
91
parseableSyncWait := 3 * time.Minute // NOTE: This needs to be in sync with Parseable's.
0 commit comments