diff --git a/bigtable/bttest/inmem_test.go b/bigtable/bttest/inmem_test.go index c15dbe3c4bc2..005c4eef0ad4 100644 --- a/bigtable/bttest/inmem_test.go +++ b/bigtable/bttest/inmem_test.go @@ -123,8 +123,8 @@ func TestConcurrentMutationsReadModifyAndGC(t *testing.T) { }() select { case <-done: - case <-time.After(100 * time.Millisecond): - t.Error("Concurrent mutations and GCs haven't completed after 100ms") + case <-time.After(1 * time.Second): + t.Error("Concurrent mutations and GCs haven't completed after 1s") } }