summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimur Pocheptsov <timur.pocheptsov@qt.io>2019-06-12 15:29:09 +0200
committerTimur Pocheptsov <timur.pocheptsov@qt.io>2019-06-12 15:31:10 +0200
commit515c6e7639a7df647cfcc8b639e258864aaaa4af (patch)
tree81afafe285c3308d3e8aa246663ad2a1d93e8694
parentd53b8b77bc8de236e148ef2652806015a9a87e2b (diff)
H2 auto-test, degrage flowControlServerSide
our powerful VMs die/time out on 30 requests, use 10 only. Change-Id: Ibf3ceedeac1839f9a88f88def844c7d61786b94f Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io>
-rw-r--r--tests/auto/network/access/http2/tst_http2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/network/access/http2/tst_http2.cpp b/tests/auto/network/access/http2/tst_http2.cpp
index 9ca7c892f7..76eb431af6 100644
--- a/tests/auto/network/access/http2/tst_http2.cpp
+++ b/tests/auto/network/access/http2/tst_http2.cpp
@@ -339,7 +339,7 @@ void tst_Http2::flowControlServerSide()
clearHTTP2State();
serverPort = 0;
- nRequests = 30;
+ nRequests = 10;
const Http2::RawSettings serverSettings = {{Settings::MAX_CONCURRENT_STREAMS_ID, 7}};