Skip to content

Commit

Permalink
use 10ms
Browse files Browse the repository at this point in the history
  • Loading branch information
pwang347 committed Nov 27, 2024
1 parent 4721198 commit 45c1911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kernels/kernel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ abstract class BaseKernel implements IBaseKernel {
// to queue code executions.
setTimeout(() => {
this._postInitializingDeferred.resolve();
}, 50);
}, 10);
}
return result;
});
Expand Down

0 comments on commit 45c1911

Please sign in to comment.