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: 0175bfe045]
This commit is contained in:
ROCm CI Service Account
2022-10-27 20:23:04 +05:30
committed by GitHub
parent 7f61470cd6
commit eb294bc032
@@ -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()");