aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--stm_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/stm_test.go b/stm_test.go
index 5c0ae31..207148c 100644
--- a/stm_test.go
+++ b/stm_test.go
@@ -27,7 +27,7 @@ func TestDecrement(t *testing.T) {
}()
select {
case <-done:
- case <-time.After(time.Second):
+ case <-time.After(10 * time.Second):
t.Fatal("decrement did not complete in time")
}
}