SWDEV-346657 - increase time for random failure (#3025)

- increase the time duration for stream sync to avoid test failure

Change-Id: I36264677f70cd6ca2bd8bcde06c19da0637a0e64
This commit is contained in:
ROCm CI Service Account
2022-10-27 20:23:04 +05:30
gecommit door GitHub
bovenliggende 93a5d92bce
commit 0175bfe045
@@ -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()");