diff --git a/.circleci/config.yml b/.circleci/config.yml
index e425d25bf57fc9314851a5d81e4fc3cd53557012..22fd5b687586f9dce7d8a806f1b90f4a917a9469 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -58,11 +58,15 @@ jobs:
             - privatestorageio-nix-store-v2-
 
       - run:
-          name: "Run Tests"
+          name: "Build System Test Driver"
           command: |
             export NIX_PATH=nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/$(cat nixpkgs.rev).tar.gz
             nix-build --max-jobs 1 nixos/system-tests.nix -A driver
 
+          # Give it a good long while.  PaymentServer and its dependencies, in
+          # particular, can take a while to build.
+          no_output_timeout: "20m"
+
       - save_cache:
           name: "Cache Nix Store Paths"
           key: privatestorageio-nix-store-v2-{{ checksum "nixpkgs.rev" }}