let promise = Promise { fulfill, _ in
      Test.delay(1) {
        fulfill(42)
      }
    }.timeout(0.1).then { _ in