We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4494aa4 commit b2daf9eCopy full SHA for b2daf9e
host/libraries/libbladeRF/src/streaming/sync_worker.c
@@ -256,7 +256,7 @@ int sync_worker_init(struct bladerf_sync *s)
256
257
/* Wait until the worker thread has initialized and is ready to go */
258
status =
259
- sync_worker_wait_for_state(s->worker, SYNC_WORKER_STATE_IDLE, 1000);
+ sync_worker_wait_for_state(s->worker, SYNC_WORKER_STATE_IDLE, 10000);
260
if (status != 0) {
261
log_debug("%s worker: sync_worker_wait_for_state failed: %d\n",
262
worker2str(s), status);
0 commit comments