#
Vesting Example
By
#
Configuring Playground Time Out
Lecture 3, Part 1
Depending on the performance of your local machine, the playground may take such a long time to compile and evaluate that the process times out and reports an error. You can increase the timeout when starting the server with the following CLI parameter.
plutus-playground-server -i 120s
That will set the timeout to 120 seconds, for example.