Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: b0d4c25c1c66
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 9540b1c5357a
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Aug 29, 2018

  1. nixos/tests: Set DefaultTimeoutStartSec very high (#44916)

    DefaultTimeoutStartSec is normally set to 90 seconds and works fine. But
    when running NixOS tests on a very slow machine (like a VM without
    nested virtualisation support) this default is to low and causes
    systemd units to fail spuriously. One symptom of this issue are tests
    at times failing with "timed out waiting for the VM to connect".
    
    Since the VM connect timeout is 300 seconds I also set
    DefaultTimeoutStartSec to this which is ridiculously high.
    griff authored and xeji committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    9540b1c View commit details
    Browse the repository at this point in the history