Skip to content

Commit

Permalink
fix(timer): workaround to prevent monotonic error
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfig committed Nov 2, 2019
1 parent 157b9ad commit 88a934b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ag-solo/start.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ async function buildSwingset(mailboxStateFile, kernelStateFile, withSES, vatsDir
return p;
}

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

0 comments on commit 88a934b

Please sign in to comment.