tests: Add more streaming signature tests. (#2713)

Part fix for #2621
This commit is contained in:
Harshavardhana
2016-09-16 02:45:42 -07:00
committed by GitHub
parent df2ef64d20
commit 7d37dea449
4 changed files with 97 additions and 23 deletions
+2 -2
View File
@@ -26,9 +26,9 @@ import (
. "gopkg.in/check.v1"
)
// Concurreny level.
// concurreny level for certain parallel tests.
const (
ConcurrencyLevel = 10
testConcurrencyLevel = 10
)
///