Skip to content

Commit 433c14b

Browse files
authored
[NFC] [SYCL] Reduce time of test work (#1727)
Signed-off-by: Sergey Kanaev <[email protected]>
1 parent 781eb29 commit 433c14b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test/host-interop-task/host-task-two-queues.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ void test() {
5555
});
5656
};
5757

58-
static const size_t NTIMES = 100;
58+
static const size_t NTIMES = 4;
5959

6060
for (size_t Idx = 0; Idx < NTIMES; ++Idx) {
6161
Q1.submit(CG1);

0 commit comments

Comments
 (0)