Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(55)

Unified Diff: state/settings_test.go

Issue 61010043: state: fix i/o timeout errors
Patch Set: state: fix i/o timeout errors Created 11 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « state/open.go ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: state/settings_test.go
=== modified file 'state/settings_test.go'
--- state/settings_test.go 2013-12-13 19:15:26 +0000
+++ state/settings_test.go 2014-02-07 16:32:23 +0000
@@ -4,8 +4,6 @@
package state
import (
- "time"
-
"labix.org/v2/mgo/txn"
gc "launchpad.net/gocheck"
@@ -37,7 +35,7 @@
// connecting to the testing state server.
func TestingDialOpts() DialOpts {
return DialOpts{
- Timeout: 100 * time.Millisecond,
+ Timeout: testing.LongWait,
}
}
« no previous file with comments | « state/open.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b