diff options
author | obscuren <geffobscura@gmail.com> | 2015-05-29 00:01:40 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-05-29 00:01:40 +0800 |
commit | f082c1b8959c1c729a4b62d6ff101d7569e8ba0f (patch) | |
tree | d19fdc2e8982a64d93612677dc2722dd41c8dbd3 /p2p | |
parent | 70867904a0255bd044851585a9ad2dc34391ced2 (diff) | |
parent | d51d74eb55535db7670ad336d186ea64c6a2ff81 (diff) | |
download | go-tangerine-f082c1b8959c1c729a4b62d6ff101d7569e8ba0f.tar go-tangerine-f082c1b8959c1c729a4b62d6ff101d7569e8ba0f.tar.gz go-tangerine-f082c1b8959c1c729a4b62d6ff101d7569e8ba0f.tar.bz2 go-tangerine-f082c1b8959c1c729a4b62d6ff101d7569e8ba0f.tar.lz go-tangerine-f082c1b8959c1c729a4b62d6ff101d7569e8ba0f.tar.xz go-tangerine-f082c1b8959c1c729a4b62d6ff101d7569e8ba0f.tar.zst go-tangerine-f082c1b8959c1c729a4b62d6ff101d7569e8ba0f.zip |
Merge branch 'release/0.9.26'
Diffstat (limited to 'p2p')
-rw-r--r-- | p2p/nat/nat_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/p2p/nat/nat_test.go b/p2p/nat/nat_test.go index 95c50522e..b62640b4b 100644 --- a/p2p/nat/nat_test.go +++ b/p2p/nat/nat_test.go @@ -30,7 +30,7 @@ func TestAutoDiscRace(t *testing.T) { } // Check that they all return the correct result within the deadline. - deadline := time.After(550 * time.Millisecond) + deadline := time.After(2 * time.Second) for i := 0; i < cap(results); i++ { select { case <-deadline: |