Skip to content

Commit 88a934b

Browse files
committed
fix(timer): workaround to prevent monotonic error
1 parent 157b9ad commit 88a934b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ag-solo/start.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ async function buildSwingset(mailboxStateFile, kernelStateFile, withSES, vatsDir
147147
return p;
148148
}
149149

150-
const intervalMillis = 1000;
150+
const intervalMillis = 1200;
151151
// TODO(hibbert) protect against kernel turns that take too long
152152
// drop calls to moveTimeForward if it's fallen behind, to make sure we don't
153153
// have two copies of controller.run() executing at the same time.

0 commit comments

Comments
 (0)