We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53d5916 commit fd12155Copy full SHA for fd12155
buildspec/linuxE2ETests.yml
@@ -26,6 +26,8 @@ phases:
26
# - '>/dev/null apt-get -qq install -y ca-certificates'
27
# - 'apt-get install --reinstall ca-certificates'
28
- bash buildspec/shared/linux-install.sh
29
+ # increase file watcher count (ENOSPC error)
30
+ - sysctl fs.inotify.max_user_watches=524288
31
32
pre_build:
33
commands:
0 commit comments