mirror of
https://github.com/rust-vmm/rust-vmm-ci.git
synced 2026-08-05 03:08:31 +00:00
temporarily increase the timeout to 15 mins
We need to increase the timeout for each test to 15 minutes because we are experiencing timeouts when running the tests. I think this might be actually related to the hosts running the CI, because some early investigations by aghecen@amazon.com show that the threads are blocked on doing epoll_wait. This is odly similar to the issue discussed here related to epoll: https://lore.kernel.org/all/Y1pY2n6E1Xa58MXv@kroah.com/ For more details, check: https://github.com/rust-vmm/community/issues/137 Signed-off-by: Andreea Florescu <fandree@amazon.com>
This commit is contained in:
committed by
Laura Loghin
parent
45443cc21e
commit
aa33f19d6b
@@ -111,7 +111,7 @@ class BuildkiteStep:
|
||||
}
|
||||
}
|
||||
],
|
||||
'timeout_in_minutes': 5
|
||||
'timeout_in_minutes': 15
|
||||
}
|
||||
|
||||
def _set_platform(self, platform):
|
||||
|
||||
Reference in New Issue
Block a user