| 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, |
| } |
| } |