]> Sergey Matveev's repositories - btrtrc.git/commitdiff
Extend the timeout, drone.io is slow?
authorMatt Joiner <anacrolix@gmail.com>
Fri, 26 Feb 2016 11:18:08 +0000 (22:18 +1100)
committerMatt Joiner <anacrolix@gmail.com>
Fri, 26 Feb 2016 11:18:08 +0000 (22:18 +1100)
client_test.go

index e4cf03ea36b0b80b892215eb59d9678a8e3511ca..38e41dc094cab1dd8c422cbb074cabb0b08f0651 100644 (file)
@@ -843,7 +843,7 @@ values:
                        log.Print(time.Since(started))
                        v := _v.(PieceStateChange)
                        completes[v.Index] = v.Complete
-               case <-time.After(10 * time.Millisecond):
+               case <-time.After(100 * time.Millisecond):
                        break values
                }
        }