diff --git a/src/steamcompmgr.cpp b/src/steamcompmgr.cpp index 8835e98..71e4d31 100644 --- a/src/steamcompmgr.cpp +++ b/src/steamcompmgr.cpp @@ -305,7 +305,7 @@ retry: gpuvis_trace_printf( "wait fence begin_ctx=%lu\n", commitID ); struct pollfd fd = { fence, POLLOUT, 0 }; - poll( &fd, 1, -1 ); + poll( &fd, 1, 100 ); gpuvis_trace_printf( "wait fence end_ctx=%lu\n", commitID ); {