From eb294bc032ae426a40ad7946a5e8242e45e41af5 Mon Sep 17 00:00:00 2001 From: ROCm CI Service Account <66695075+rocm-ci@users.noreply.github.com> Date: Thu, 27 Oct 2022 20:23:04 +0530 Subject: [PATCH] SWDEV-346657 - increase time for random failure (#3025) - increase the time duration for stream sync to avoid test failure Change-Id: I36264677f70cd6ca2bd8bcde06c19da0637a0e64 [ROCm/hip commit: 0175bfe045cf86ba947c4ec46999a721a7886c4d] --- .../tests/src/runtimeApi/stream/hipStreamACb_StrmSyncTiming.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/hip/tests/src/runtimeApi/stream/hipStreamACb_StrmSyncTiming.cpp b/projects/hip/tests/src/runtimeApi/stream/hipStreamACb_StrmSyncTiming.cpp index fad2eb8bb7..14d9eab597 100644 --- a/projects/hip/tests/src/runtimeApi/stream/hipStreamACb_StrmSyncTiming.cpp +++ b/projects/hip/tests/src/runtimeApi/stream/hipStreamACb_StrmSyncTiming.cpp @@ -136,7 +136,7 @@ int main(int argc, char* argv[]) { // Therefore the hipStreamSynchronize() in the // main thread should hardly take any time to complete. - if (duration.count() < 100) { + if (duration.count() < 200) { passed(); } else { failed("hipStreamSynchronize is taking more time than expected after Callback()");