Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rHeXp-003XOC-LM for pgadmin-hackers@arkaria.postgresql.org; Mon, 25 Dec 2023 06:34:33 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1rHeXo-0004Uz-9d for pgadmin-hackers@arkaria.postgresql.org; Mon, 25 Dec 2023 06:34:32 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rHeXo-0004Ur-1U for pgadmin-hackers@lists.postgresql.org; Mon, 25 Dec 2023 06:34:32 +0000 Received: from out-25.smtp.github.com ([192.30.252.208]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rHeXl-00DmIv-3A for pgadmin-hackers@lists.postgresql.org; Mon, 25 Dec 2023 06:34:31 +0000 Received: from github.com (hubbernetes-node-80ca8b8.ash1-iad.github.net [10.56.149.39]) by smtp.github.com (Postfix) with ESMTPA id 51A0C3406EF for ; Sun, 24 Dec 2023 22:34:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1703486067; bh=mOyQHesg5+w2PxxMdxh2hi85Z4Scd/qSjij+LaYFxms=; h=Date:From:To:Subject:From; b=dyAuyCHHinukb+CwJe6UH+LXTJ0hSvE+VVZ2LA/FboUKmEkiu7UsBozoRxmGNgx1v VxAw7aIHFPGpJgwLSndrxJsSE6pZmDzzcsDGxBqvONzkEiz+vKGRDnV2/CMJpN5b0E hsYOMbrqI0tU1NwNi3YxswG7vLrCHARVe5YmgBgk= Date: Sun, 24 Dec 2023 22:34:27 -0800 From: Aditya Toshniwal To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 6d399f: Explicitly set max_connections to 100 for Python t... Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: pgadmin-hackers@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 6d399f4fd75b22afa964ca5dc940a3bdaf6cebff https://github.com/pgadmin-org/pgadmin4/commit/6d399f4fd75b22afa964ca5dc940a3bdaf6cebff Author: Aditya Toshniwal Date: 2023-12-25 (Mon, 25 Dec 2023) Changed paths: M web/regression/python_test_utils/test_utils.py M web/regression/runtests.py Log Message: ----------- Explicitly set max_connections to 100 for Python test cases to fit Git action MacOS test cases