dnn: increase async test timeout

This commit is contained in:
Alexander Alekhin
2019-10-01 13:31:57 +03:00
parent ba0b3983c6
commit 440a937d24
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -361,7 +361,7 @@ TEST(Net, forwardAndRetrieve)
}
#ifdef HAVE_INF_ENGINE
static const std::chrono::milliseconds async_timeout(500);
static const std::chrono::milliseconds async_timeout(10000);
// This test runs network in synchronous mode for different inputs and then
// runs the same model asynchronously for the same inputs.