mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 19:13:34 +00:00
E2E tests use repeated strings for test data where constants add no value (#97)
--------- Co-authored-by: Pasha Sviderski <me@psviderski.name> Co-authored-by: Anton Ovchinnikov <anton@tonyo.info>
This commit is contained in:
co-authored by
Pasha Sviderski
Anton Ovchinnikov
parent
6fb07db4b2
commit
da3634b690
@@ -111,8 +111,8 @@ func (s *SubprocessService) startProcess(ctx context.Context) error {
|
||||
|
||||
// TODO: figure out the waiting process
|
||||
// Wait for initialization
|
||||
//timer := time.NewTimer(2 * time.Second)
|
||||
//defer timer.Stop()
|
||||
// timer := time.NewTimer(2 * time.Second)
|
||||
// defer timer.Stop()
|
||||
|
||||
//select {
|
||||
////case <-timer.C:
|
||||
|
||||
Reference in New Issue
Block a user