From 0b99be5b3025e9cc04fccc530294cebfc0551420 Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Fri, 28 Feb 2020 13:27:44 -0800 Subject: [PATCH] update year --- LICENSE | 2 +- src/croc/croc_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 0ca97652..698785da 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2017 Zack +Copyright (c) 2017-2020 Zack Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/croc/croc_test.go b/src/croc/croc_test.go index 30464d98..d0b749b5 100644 --- a/src/croc/croc_test.go +++ b/src/croc/croc_test.go @@ -19,7 +19,7 @@ func init() { go tcp.Run("debug", "8083", "pass123") go tcp.Run("debug", "8084", "pass123") go tcp.Run("debug", "8085", "pass123") - time.Sleep(5 * time.Second) + time.Sleep(1 * time.Second) } func TestCrocReadme(t *testing.T) {