Mod note: As of SDK 1.5.0 Scenarios have been superseded by the more powerful Daml Script. We now recommend using that for all purposes. For more information, and to learn how to use Script please check out @Andreas’ post on our blog.
Recently we started seeing the following errors when running daml test
ScenarioBackendException {scenarioNote = "Failed to create scenario context", scenarioBackendError
= BErrorClient (ClientIOError (GRPCIOBadStatusCode StatusDeadlineExceeded (StatusDetails
{unStatusDetails = "Deadline Exceeded"})))}
Thanks to @cocreature’s suggestion, we increased the grpc-timeout
in the project’s daml.yaml file.