Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
squash! minor edit to comment
  • Loading branch information
Trott authored Jun 11, 2018
commit 3b30906dc043f7cb4ece8344630ce2528cf6c5bc
3 changes: 1 addition & 2 deletions test/parallel/test-http-client-set-timeout.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
'use strict';
const common = require('../common');

// The test ensure call `req.setTimeout` will not let
// timeout fired twice.
// Test that `req.setTimeout` will fired exactly once.

const assert = require('assert');
const http = require('http');
Expand Down