Add a delay after Compute_Only tests to allow capture to be found

This commit is contained in:
baldurk
2023-10-25 17:56:38 +01:00
parent 92cb968738
commit b6470b03de
2 changed files with 4 additions and 0 deletions
@@ -143,6 +143,8 @@ void main()
GPUSync();
msleep(1000);
return 0;
}
};
+2
View File
@@ -182,6 +182,8 @@ void main()
if(rdoc)
rdoc->EndFrameCapture(NULL, NULL);
msleep(1000);
return 0;
}
};