Skip to content

Bump devvm creation timeout

Pawel Rozlach requested to merge prozlach/bump_vm_creation_timeout into main

In order to mitigate cypress e2e flakes caused by webpack assets dynamic compilation, @drosse and me disabled webpack assets dynamic compilation - now they are compiled on GDK start. This makes the devvm boot longer though - ~8minuts during which GDK assets are compiled.

This MR pulls in devvm package update that accomodates for longer GDK start and bumps e2e tests timeout as well.

Merge request reports